chore(053): server.json description — local-first + security scanning#516
Merged
Conversation
…scanning Updates the registry description to reflect current positioning: local-first operation and built-in security scanning (sensitive-data detection) alongside the existing BM25 discovery, quarantine, and token-savings messaging. Version already matches the latest release (0.33.1). Schema-validated (98/100 chars).
Deploying mcpproxy-docs with
|
| Latest commit: |
0c5174d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b62a4b33.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://chore-053-server-json-desc.mcpproxy-docs.pages.dev |
The registry's semantic validation rejects http://localhost:8080/mcp (invalid-remote-url) — remotes[] must be publicly reachable. mcpproxy is local-first with no public remote and no supported package type yet, so the entry is discovery-only (name + description + repo link). Updated the publish guide's schema notes to match. Validated clean with 'mcp-publisher validate'.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the MCP registry
server.jsondescription to reflect current product positioning.Before:
Smart MCP proxy with BM25 tool discovery, quarantine security, and ~99% token savings(85 chars)After:
Local-first MCP proxy with BM25 tool discovery, security scanning, quarantine & ~99% token savings(98 chars)versionstays0.33.1— already matches the latest release.descriptionmaxLength 100; we use 98).Note: this only changes the committed
server.json. Publishing the updated entry to registry.modelcontextprotocol.io is still the manualmcp-publisher publishstep (seedocs/mcp-registry-publishing.md).